home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'DSAdd.pas' rev: 3.00
-
- #ifndef DSAddHPP
- #define DSAddHPP
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Dsadd
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAddFields;
- class PASCALIMPLEMENTATION TAddFields : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TButton* OkBtn;
- Stdctrls::TButton* CancelBtn;
- Stdctrls::TGroupBox* GroupBox1;
- Stdctrls::TListBox* FieldsList;
- Stdctrls::TButton* HelpBtn;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall HelpBtnClick(System::TObject* Sender);
-
- public:
- void __fastcall SelectAll(void);
- public:
- /* TCustomForm.Create */ __fastcall virtual TAddFields(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TAddFields(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TAddFields(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TAddFields(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TAddFields* AddFields;
-
- } /* namespace Dsadd */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dsadd;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DSAdd
-